home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vbfindid.zip / IDOTHER.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-10-23  |  3KB  |  73 lines

  1. IDOTHER
  2. More IDdemo
  3. Form1
  4. Command1
  5. SetDlgItemInt >>
  6. Label1
  7. Command2
  8. SetDlgItemText >>
  9. Label2
  10. Command3
  11. SendDlgItemMessage >>
  12. Combo1
  13. Command4
  14. GetDlgItemInt >>
  15. Label3
  16. Command5
  17. GetDlgItemText >>
  18. Label4
  19. SendDlgItemMessage
  20. nIDDlgItem
  21. wParamQ
  22. lParam
  23. SetDlgItemIntX
  24. wValue
  25. bSigned
  26. GetDlgItemInt
  27. lpTranslated
  28. SetDlgItemText@
  29. lpString
  30. GetDlgItemText
  31.     nMaxCount_
  32. EnableWindow
  33. hWndQ
  34. aBOOL
  35. GetDlgItem
  36. IDS_LABEL1
  37. IDS_LABEL2
  38. IDB_COMMAND3
  39. IDC_COMBO1
  40. IDS_LABEL3
  41. IDS_LABEL4
  42. Command3_Click
  43. CB_DIR
  44. CB_SETCURSEL
  45. IdOther
  46. Disable
  47. Command1_Click-
  48. Command2_Click
  49. caption?
  50. Command4_Click
  51. Command5_Click
  52. Userz
  53. Userz
  54. Userz
  55. Userz
  56. Userz
  57. User@
  58. Userz
  59.  IDs of the controls we'll be needingU
  60. Command3_Click
  61.  fill the combo box with a drive/directory listing
  62. *.*" 
  63.  set the current selection to entry #2
  64.  disable Command3 to demo GetDlgItem
  65. Command1_Click
  66.  set Label1.Caption to the form's hWnd - no need for Str$()
  67. Command2_Click
  68.  set Label2.Caption to the form's captionn
  69. Command4_Click
  70.  get the integer from label1.caption and set it to label3.caption
  71. Command5_Click
  72.  get the text from label2.caption and copy it to label4l
  73.